翻訳と辞書
Words near each other
・ merlin
・ meroon
・ mesa
・ mesh
・ mesi protocol
・ mess-dos
・ message
・ message digest 5
・ message digest function
・ message handling system
message passing
・ message passing interface
・ message switching
・ message transfer agent
・ message transport agent
・ messaging application programming interface
・ messaging applications programming interface
・ met-english
・ meta
・ meta 5


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

message passing : FOLDOC
message passing
One of the two techniques for communicating between parallel processes (the other being shared memory).
A common use of message passing is for communication in a parallel computer. A process running on one processor may send a message to a process running on the same processor or another. The actual transmission of the message is usually handled by the run-time support of the language in which the processes are written, or by the operating system.
Message passing scales better than shared memory, which is generally used in computers with relatively few processors. This is because the total communications bandwidth usually increases with the number of processors.
A message passing system provides primitives for sending and receiving messages. These primitives may by either synchronous or asynchronous or both. A synchronous send will not complete (will not allow the sender to proceed) until the receiving process has received the message. Thi


スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.